home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_01_04 / 1n04078c < prev    next >
Text File  |  1990-08-04  |  444b  |  12 lines

  1.  
  2. Figure 3: Steps to create a dialog box
  3. --------------------------------------
  4. 1. Define a macro for each dialog control in a header file
  5. 2. Use Dialog Editor to create the dialog box resource.
  6. 3. Copy the resource from the DLG file into your RC file.
  7. 4. Create a dialog function.
  8. 5. Write a function prototype for the dialog function.
  9. 6. Write set up code for dialog box.
  10. 7. Declare dialog function in EXPORTS section of DEF file.
  11.  
  12.